home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 26 / Issue #26.iso / 2-SOFTWARE / TUAREG FAT 1.5 / _SETUP.1 / Tuareg.exe / 0 / RCDATA / TCHOOSEDIR / TCHOOSEDIR.txt
Text File  |  2000-08-10  |  1KB  |  52 lines

  1. object choosedir: Tchoosedir
  2.   Left = 246
  3.   Top = 137
  4.   ActiveControl = SelectButton
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'Select a Folder'
  8.   ClientHeight = 221
  9.   ClientWidth = 234
  10.   Color = 3418225
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object DriveList: TDriveComboBox
  23.     Left = 16
  24.     Top = 144
  25.     Width = 201
  26.     Height = 19
  27.     Color = 10656960
  28.     DirList = DirList
  29.     TabOrder = 0
  30.   end
  31.   object DirList: TDirectoryListBox
  32.     Left = 16
  33.     Top = 16
  34.     Width = 201
  35.     Height = 121
  36.     Color = 10656960
  37.     ItemHeight = 16
  38.     TabOrder = 1
  39.   end
  40.   object SelectButton: TButton
  41.     Left = 120
  42.     Top = 184
  43.     Width = 99
  44.     Height = 25
  45.     Caption = 'Select'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 2
  49.     OnClick = SelectButtonClick
  50.   end
  51. end
  52.